Introduce GtkAccessibleRange
authorLukáš Tyrychtr <lukastyrychtr@gmail.com>
Wed, 14 Sep 2022 12:40:54 +0000 (14:40 +0200)
committerLukáš Tyrychtr <lukastyrychtr@gmail.com>
Thu, 29 Sep 2022 07:36:08 +0000 (09:36 +0200)
commita7814a0963daca3383d38e48c1fb5cbdb09830dc
tree9fa4379d938bda77be9c86ba704192d517d97892
parent160a83023a731e0fc366281ce81c87e51a9c36aa
Introduce GtkAccessibleRange

This introduces GtkAccessibleRange, an interface which allows the accessibility backend to work with a control which can adjust a value.
gtk/gtk.h
gtk/gtkaccessible.c
gtk/gtkaccessibleprivate.h
gtk/gtkaccessiblerange.c [new file with mode: 0644]
gtk/gtkaccessiblerange.h [new file with mode: 0644]
gtk/meson.build